home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 #8 / 1999 CD 8 (black).iso / maskdemo / DATA1.CAB / Program_Executable_Files / Daventry / KQ / FISHIES2.CS < prev    next >
Encoding:
Text File  |  1998-12-15  |  268 b   |  10 lines

  1. if test $2 == ConnorAction
  2.    if test $Daventry::fish2::full == true 
  3.       set Daventry::fish2::full false
  4.     sendEvent 1.0 $1 KQCueEvent 1 0
  5.       deleteObject $1 
  6.     KQSound::play eat.aud
  7.     sendEvent 0 Connor KQStatsChangeRequestEvent 2 0 0 0 0
  8.     
  9.    endif
  10. endif